home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / ICMP < prev    next >
Text File  |  1991-09-18  |  1KB  |  38 lines

  1. ====                                                NOSview [137]
  2. icmp
  3. ====
  4.  
  5. These commands are used for the Internet Control Message Protocol
  6. (ICMP) service.
  7.  
  8. _________________________________________________________________
  9. icmp echo [on | off]                                  Default: on
  10. _________________________________________________________________
  11. Display or set the flag controlling the asynchronous display of
  12. ICMP Echo Reply packets.  This flag must be on for one-shot pings
  13. to work (see the 'ping' command).
  14.  
  15. >> Example:  icmp echo off
  16.  
  17.  
  18. _________________________________________________________________
  19. icmp status
  20. _________________________________________________________________
  21. Display statistics about ICMP, including the number of ICMP
  22. messages of each type sent or received.
  23.  
  24.  
  25. _________________________________________________________________
  26. icmp trace [on | off]                                Default: off
  27. _________________________________________________________________
  28. Display or set the flag controlling the display of ICMP error
  29. messages.  These informational messages are generated by Internet
  30. routers in response to routing, protocol or congestion problems.
  31.  
  32. This option should be turned off before using the 'hop check'
  33. facility, because it relies on ICMP Time Exceeded messages, and
  34. the asynchronous display of these messages will be mingled with
  35. 'hop check' command output.
  36.  
  37. >> Example:  icmp trace on
  38.